compiler system meaning in Chinese
编译程序系统
Examples
- Analog compiler system
模拟编译程序系统 - Then it introduces the developing background and architecture of the cross - compiler system , zltcg
然后介绍了交叉编译系统zltcg的开发背景和体系结构。 - In succession , we show the performance process of this system by analyzing a example , and we evaluate the impaction of implementing the aop function to the low level virtual machine compiler system , especially the jit compiler system
接着,通过一个例子,本文展示了整个系统的运行流程。根据测试结果,分析扩充功能占用的时间,从量上评估实现aop功能给整个编译器系统,尤其是动态编译系统带来的影响。 - However , gcc ca n ' t support all embedded equipements , there are still many platforms need cross - compilers . with the background of developing a renovated cross - compiler named zltcg supporting processor mipsx , this thesis analyzes the architecture of gcc cross - compiler system , deeply studies the intermediate representation and machine description which the portability of gcc are based on , and realizes porting of gcc cross - compiler system to a target processor mipsx
本论文以交叉编译系统zltcg的开发为背景,详细介绍了交叉编译系统gcc的体系结构,对其高度可移植性所依赖的中间表示和机器描述技术进行深入研究,并在此基础上完成了gcc在目标机mipsx上的移植工作。 - This thesis makes use of instruction split , delay - slot scheduling and peephole optimization in porting . the new cross - compiler system , zltcg , not only supports the new target but also absorbs the old system ' s advantages on code optimization and portability . at first , this thesis describes the developing history and theories of compiler , especially on its architecture , bootstrapping and porting
本文根据新目标机的特点,利用了指令拆分,延时槽调度,窥孔优化等技术,既实现了对新目标机的支持,又吸收了原有系统高度优化和可移植的优点。